home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.platform_3.1.1 / about.ini < prev    next >
Encoding:
Text File  |  2005-09-29  |  947 b   |  26 lines

  1. # about.ini
  2. # contains information about a feature
  3. # java.io.Properties file (ISO 8859-1 with "\" escapes)
  4. # "%key" are externalized strings defined in about.properties
  5. # This file does not need to be translated.
  6.  
  7. # Property "aboutText" contains blurb for feature details in the "About" 
  8. # dialog (translated).  Maximum 15 lines and 75 characters per line.
  9. aboutText=%blurb
  10.  
  11. # Property "featureImage" contains path to feature image (32x32)
  12. featureImage=eclipse32.gif
  13.  
  14. # Property "welcomePage" contains path to welcome page (special XML-based format)
  15. # ($nl$/ prefix to permit locale-specific translations of entire file)
  16. welcomePage=$nl$/welcome.xml
  17.  
  18. # Property "welcomePerspective" contains the id of the perspective in which the
  19. # welcome page is to be opened.
  20. # optional
  21.  
  22. # Property "tipsAndTricksHref" contains the Help topic href to a tips and tricks page 
  23. # optional
  24. tipsAndTricksHref=/org.eclipse.platform.doc.user/tips/platform_tips.html
  25.  
  26.